home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
perl5
/
Debian
/
Debhelper
/
Sequence
/
python_central.pm
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-16
|
196 b
|
12 lines
#!/usr/bin/perl
# debhelper sequence file for python-central
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;
insert_after("dh_perl", "dh_pycentral");
remove_command("dh_pysupport");
1